home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Calendar 2002
/
Max Calendar 2002.iso
/
pc
/
Data
/
Utility.dxr
/
00007_Bottone Esci.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-10-17
|
200 b
|
13 lines
global gMark
on mouseUp
eliminaPuppetCal()
identificatore = char 1 to 3 of gMark
if identificatore = "Age" then
SalvaTxt()
go("Esci", "Main")
else
go("Esci", "Main")
end if
end